home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Document / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  4.5 KB  |  174 lines

  1. |makedocument|
  2. windowtitle `MakeDocument "Document Name"
  3. printlf `Creates an empty document that is
  4. printlf `identified by the "Document Name"
  5. printlf `string.
  6. printlf
  7. print `SEE ALSO `
  8. subject `WorkWithDocument`WorkWithDocument`
  9. print ` & `
  10. subject `Type`Type`
  11. end
  12.  
  13. |workwithdocument|
  14. windowtitle `WorkWithDocument "Document Name"
  15. printlf `All subsequent document commands will
  16. printlf `use the indicated document.
  17. printlf
  18. print `SEE ALSO: `
  19. subject `MakeDocument`MakeDocument`
  20. end
  21.  
  22. |loaddocument|
  23. windowtitle `LoadDocument "filename" {,"Document Name"}
  24. printlf `Load a text file into the the current
  25. printlf `document or into the document specified
  26. printlf `by the "Document Name."  It will clear
  27. printlf `the document before loading.
  28. printlf
  29. print `SEE ALSO: `
  30. subject `SaveDocument`SaveDocument`
  31. end
  32.  
  33. |savedocument|
  34. windowtitle `SaveDocument "Document Name"{,"filename"}
  35. printlf `Saves the specified document to the
  36. printlf `optional "filename" or to the file
  37. printlf `from which the document was originally
  38. printlf `loaded, or use the name string as the
  39. printlf `filename.
  40. print `SEE ALSO: `
  41. subject `LoadDocument`LoadDocument`
  42. end
  43.  
  44. |type|
  45. windowtitle `Type "String"{,NewLine}
  46. printlf `Types the given string into the current
  47. printlf `document.  If NewLine is specified then
  48. printlf `the current line is ended.
  49. printlf
  50. print `SEE ALSO: `
  51. subject `InsertDocument`InsertDocument`
  52. end
  53.  
  54. |splitline|
  55. windowtitle `SplitLine {<count>}
  56. printlf `Has the same effect as a RETURN key
  57. printlf `on the current document.  The optional
  58. printlf `count tells how many times to repeat.
  59. printlf
  60. print `SEE ALSO: `
  61. subject `NewLine`NewLine`
  62. end
  63.  
  64. |newline| 
  65. windowtitle `NewLine`
  66. printlf `Has the same effect as moving to the end of
  67. printlf `the current line and hitting the RETURN key.
  68. printlf
  69. print `SEE ALSO: `
  70. subject `SplitLine`SplitLine`
  71. end
  72.  
  73. |movecursor|
  74. windowtitle `MoveCursor direction {,<count>}
  75. printlf `Moves the cursor, in the given direction,
  76. printlf `in the document.  The directions are UP
  77. printlf `DOWN, LEFT and RIGHT.  User may indicate
  78. printlf `the number of times to move.
  79. printlf
  80. print `SEE ALSO: `
  81. subject `MoveCursorTo`MoveCursorTo`
  82. end
  83.  
  84. |movecursorto|
  85. windowtitle `MoveCursorTo location area
  86. printlf `Moves the cursor in the document.
  87. printlf `STARTOF and ENDOF specify the location.
  88. printlf `DOCUMENT, LINE, NEXTWORD, THISWORD and
  89. printlf `PREVIOUSWORD specify the area.  See
  90. printlf `page 6-48 for a full description.
  91. print `SEE ALSO: `
  92. subject `MoveCursor`MoveCursor`
  93. print ` & `
  94. subject `PositionOnLine`PositionOnLine`
  95. end
  96.  
  97. |positiononline| 
  98. windowtitle `PositionOnLine <line>
  99. printlf `Move the cursor to the specified line.
  100. printlf
  101. print `SEE ALSO: `
  102. subject `MoveCursor`MoveCursor`
  103. print ` & `
  104. subject `MoveCursorTo`MoveCursorTo`
  105. end
  106.  
  107. |clear|
  108. windowtitle `Clear LINE or DOCUMENT
  109. printlf `Clears either the current line or the
  110. printlf `current document.
  111. printlf
  112. print `SEE ALSO: `
  113. subject `Delete`Delete`
  114. end
  115.  
  116. |delete|
  117. windowtitle `Delete KeyWord {,<count>}
  118. printlf `Delete portion of document indicated by the
  119. printlf `KeyWord.  The KeyWord can be LINE,
  120. printlf `TOSTARTOFLINE, TOENDOFLINE, or CHARACTER.
  121. printlf `See page 6-49 for a full discussion.
  122. end
  123.  
  124. |searchfor|
  125. windowtitle `SearchFor "text"{,qualifiers}
  126. printlf `Searches for the specified string in
  127. printlf `the document.  Qualifiers are BYWORD
  128. printlf `or NOCASE.  See page 6-50 for a full
  129. printlf `discussion.
  130. end
  131.  
  132. |replace|
  133. windowtitle `Replace "fromtext","totext"{,{GLOBAL}{BYWORD}{NOCASE}}
  134. printlf `Replace the fromtext with the totext in
  135. printlf `current document.  See page 6-51 for a
  136. printlf `description of the optional qualifiers.
  137. end
  138.  
  139. |insertdocument|
  140. windowtitle `InsertDocument "Document Name"{,<start line>{,<linecount>}}
  141. printlf `Copies text from the specified document
  142. printlf `into the current document at the current
  143. printlf `cursor position.  Optionally, a start line
  144. printlf `and the number of lines to copy can be
  145. printlf `specified.
  146. print `SEE ALSO: `
  147. subject `Type`Type`
  148. end
  149.  
  150. |setworddelimiters|
  151. windowtitle `SetWordDelimiters "delimiterlist"
  152. printlf `Set the word delimiter list.  The word
  153. printlf `delimiters define the characters that 
  154. printlf `separate words.
  155. end
  156.  
  157. |sortdocument| 
  158. windowtitle `SortDocument {SortSwitches {,<StartingColumn>} }
  159. printlf `Sorts the current WorkWithDocument.  The
  160. printlf `options are NOCASE, ASCENDING or DESCENDING.
  161. printlf `It will sort according to the character
  162. printlf `in the column specified by StartingColumn.
  163. end
  164.  
  165. |searchfound|
  166. windowtitle `<<logical>> = SearchFound`
  167. printlf `Returns TRUE if the most previous
  168. printlf `SearchFor or Replace Command found
  169. printlf `the specified search string.
  170. end
  171.  
  172.  
  173.  
  174.